projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6551c8
)
wayland: Don't claim to support selection notification
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 24 Jan 2015 22:25:43 +0000
(17:25 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 24 Jan 2015 22:25:43 +0000
(17:25 -0500)
We don't support selection notification, so don't claim
we do, only to fail later.
https://bugzilla.gnome.org/show_bug.cgi?id=743229
gdk/wayland/gdkdisplay-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdisplay-wayland.c
b/gdk/wayland/gdkdisplay-wayland.c
index 2bb1aaddb133695c801c7ea0e2de200413a739b5..007d37a8f8593e5c91f8b11448d9f3d5962a7b7a 100644
(file)
--- a/
gdk/wayland/gdkdisplay-wayland.c
+++ b/
gdk/wayland/gdkdisplay-wayland.c
@@
-356,7
+356,7
@@
gdk_wayland_display_get_default_group (GdkDisplay *display)
static gboolean
gdk_wayland_display_supports_selection_notification (GdkDisplay *display)
{
- return
TRU
E;
+ return
FALS
E;
}
static gboolean